x86 mce: move mce quirks into separate files
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 14 Aug 2009 16:09:39 +0000 (17:09 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 14 Aug 2009 16:09:39 +0000 (17:09 +0100)
commit0cd32f209e46769f59674c99644c1c95e0c1a686
tree538183d542371ec360107ae3a6de6fd7a66140f7
parent052af7a90b9195be6cc218ae13a266df2822df6e
x86 mce: move mce quirks into separate files
Quirk handling is designed to easily add more quirks when needed
w/o messing around in the normal mce code.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
xen/arch/x86/cpu/mcheck/Makefile
xen/arch/x86/cpu/mcheck/amd_k8.c
xen/arch/x86/cpu/mcheck/mce_amd_quirks.c [new file with mode: 0644]
xen/arch/x86/cpu/mcheck/mce_quirks.h [new file with mode: 0644]